Welcome![Sign In][Sign Up]
Location:
Search - VC HTTP server

Search list

[Windows DevelopScock5Client1

Description: Socks5Client 研究了一下SOCKS5代理协议,顺手用VC6写了个客户端演示程序。这个程序演示了如何使用winsock2穿过Scoks5代理取得HTTP服务器上的网页内容。SOCKS5代理协议详见RFC1928和RFC1929。写这个程序的目的是为写一个SOCKS5代理服务器准备(可以用来调试协议),正在开发中。-Socks5Client some research SOCKS5 agency agreements with VC6 simply wrote the client presentations. This procedure demonstrated how to use WinSock2 Scoks5 Acting achieved through HTTP server on the web. SOCKS5 agency agreement detailed in RFC1928 and RFC1929. Was the purpose of this procedure is to write a SOCKS5 proxy preparation (can be used to debug protocol), is under development.
Platform: | Size: 87040 | Author: 杨红 | Hits:

[Internet-NetworkVC++网络高级编程之七

Description: HTTPClient: 该程序完全是为了演示HTTP的客户编写的,因此运行时必须在本机有开HTTP服务才行。 HTTPSvr: 这是微软提供的HTTP服务器例程,使用时需要在建一个 C:\webpages\的目录。你把该目录下的webpages拷到C:就好了。 下面是原来的readme-HTTPClient : The procedure is to demonstrate the preparation of HTTP clients, and therefore must be run in the machine is open HTTP domestic demand. HTTPSvr : This is Microsoft's HTTP server routines, the need to be used in building a C : \ webpages \ directory. You put the directory of webpages Manchester C : good enough. Below is the original readme
Platform: | Size: 4806656 | Author: 张思发 | Hits:

[Internet-Network《--程序--》MyHTTP

Description: 网络通信协议编程,实现HTTP协议的VC源码,有服务器与客户机!!!!绝对可用-programming network communication protocol, the HTTP protocol to achieve VC source, server and client! ! ! ! Absolutely available!
Platform: | Size: 194560 | Author: 张兵 | Hits:

[Web ServerHttpServerexample

Description: 本程序实现了一个Http服务器,能够接受客户端(浏览器)的连接请求,可以更改当前 的Http服务目录,而且能够将指定的网页发送到客户浏览器, 本程序是—个基于对话柜的MFC应用程序,主要介绍如何利用socket(套接字)实现Http 协议等内容。请使用vc++.net运行本程序。-This Program realize a Http Server which can accept the connection request of client and change the current Http service directory,send webpage to client browser.The program is a MFC application base on Dialogs.Main show how to realize Http protocol with Socket,please run the program with vc++.net
Platform: | Size: 65536 | Author: 陈康 | Hits:

[Internet-Network小巧得HTTP服务器

Description: 小巧得http服务器源代码,效率高,代码量小,难得得好代码。windows环境下运行,vc6下编译。-compact in http server source code, high efficiency and a small amount of code, code rare well. Windows operating environment, vc6 compiler.
Platform: | Size: 47104 | Author: bei | Hits:

[Internet-Networkhttp_server

Description: 一个HTTP服务端的简单模拟VC SOCKET 2。0-an HTTP server simple simulation VC SOCKET 2. 0
Platform: | Size: 1024 | Author: | Hits:

[Web Serverwebserverhttp

Description: http的服务器端程序,是使用vc++设计的,模拟服务器端的运行。-http server-side procedures, the use of vc design, simulation server's operation.
Platform: | Size: 452608 | Author: hr | Hits:

[Web ServerHTTP_SERVER001

Description: 一个HTTP-WEB服务器VC++代码例子-an HTTP-Web server code examples in VC
Platform: | Size: 45056 | Author: 皮皮 | Hits:

[Web ServerHTTP-vc6.0

Description: VC++6.0写的一个简单HTTP网络服务器.大家可以看看代码.了解HTTP服务器的工作原理-write a simple HTTP server network. We can look at the code. HTTP understanding The working principle server
Platform: | Size: 64512 | Author: 张宇 | Hits:

[Remote ControlHttpClinet

Description: HTTP客户端工程程序,通过此程序可以与对应的HTTP服务端程序进行数据传输.本工程是VC2005工程-HTTP client works procedures. through this procedure with the corresponding HTTP server procedures for data transmission. The project works VC2005
Platform: | Size: 7554048 | Author: hzh272 | Hits:

[Internet-NetworkHttpServerusingWinSocket

Description: 用VC编写的一个基于WinSocket的http服务器,该程序中完成了自己的异常处理和多线程的处理。-VC prepared a WinSocket on the http server, The procedures completed his abnormal processing and multi-threaded processing.
Platform: | Size: 40960 | Author: 刘山 | Hits:

[Internet-NetworkWebServer_src

Description: vc++ http web server 使用socket实现
Platform: | Size: 146432 | Author: | Hits:

[OS programHTTP

Description: 用vc++6.0编写的http服务器源码,短小但是他的功能很强大.-With vc++ 6.0 prepared http server source code, short but very powerful functionality.
Platform: | Size: 47104 | Author: 常玉成 | Hits:

[TCP/IP stackVC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM

Description: 非常牛的代码,用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-Very cattle code, using VC files directly through HTTP to spread to WEB server, you can in the development of horse friends will be used. Using MFC in a class, HTTP, analysis SOCKET agreement. Mimic HTTP upload files. From the adoption of 80-port, which can effectively avoid the firewall.
Platform: | Size: 116736 | Author: 李茜 | Hits:

[Internet-NetworkHTTP

Description: HTTP服务器 VC的一个 实例-HTTP server an instance of VC
Platform: | Size: 452608 | Author: yuan | Hits:

[TCP/IP stackVC-HTTP-FILE-WEB

Description: 作用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。-VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
Platform: | Size: 117760 | Author: 阿荣 | Hits:

[Internet-NetworkVC_code_developed_classic_HTTP_server

Description: VC++编写开发的HTTP服务器经典代码VC + + written code developed by the classic HTTP server -VC++ written code developed by the classic HTTP server
Platform: | Size: 174080 | Author: hjj | Hits:

[Web ServerHTTP-server-examples

Description: VC++编程,实现http网络服务器实例,获取有关网络设置-VC++ programming, http web server instance, information about network settings
Platform: | Size: 757760 | Author: 张飞 | Hits:

[File Operatevc-HTTP-POST-PHP

Description: vc客户端通过HTTP的POST方式传送文件到PHP服务器-vc client via the HTTP POST method to transfer files to your PHP server
Platform: | Size: 128000 | Author: henny chen | Hits:

[Windows DevelopWeb-Server

Description: vc web server 源码,支持http和https。(vc web server source code.)
Platform: | Size: 17408 | Author: yangdaixu | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net